home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / DBglxwidgetOpenGL / GlxMDraw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  372 b   |  14 lines

  1. /*
  2.  *    These files are for informational purposes and can demonstrate how
  3.  *   to write your own mixed-mode GL-based widgets.  However SGI does not
  4.  *   guarantee that this source code absolutely matches the GLxDraw
  5.  *   widget that is shipped as part of the system.
  6.  */
  7.  
  8. #ifndef __GLX_MOTIF
  9. #define __GLX_MOTIF 1
  10. #endif
  11. #include <Xm/PrimitiveP.h>
  12.  
  13. #include "GlxDraw.h"
  14.